Skip to content

ci: switch to macos-14 runner (macos-13 config deprecated)#119

Merged
ErikBjare merged 1 commit intoActivityWatch:masterfrom
TimeToBuildBob:ci/fix-macos-runner
Feb 27, 2026
Merged

ci: switch to macos-14 runner (macos-13 config deprecated)#119
ErikBjare merged 1 commit intoActivityWatch:masterfrom
TimeToBuildBob:ci/fix-macos-runner

Conversation

@TimeToBuildBob
Copy link
Contributor

@TimeToBuildBob TimeToBuildBob commented Feb 27, 2026

Summary

The macOS-13 runner configuration (macos-13-us-default) is no longer supported by GitHub Actions, causing CI to immediately fail with:

The configuration 'macos-13-us-default' is not supported

Switching to macos-14 fixes this.

Ref: #118


Important

Update CI configuration in build.yml to use macos-14 runner, replacing deprecated macos-13.

  • CI Configuration:
    • Update os matrix in .github/workflows/build.yml from macos-13 to macos-14 to fix CI failures due to deprecated runner.

This description was created by Ellipsis for e5e654a. You can customize this summary. It will automatically update as commits are pushed.

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to e5e654a in 5 seconds. Click for details.
  • Reviewed 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.

Workflow ID: wflow_9MQUXNdLL9J4cpPO

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@TimeToBuildBob TimeToBuildBob mentioned this pull request Feb 27, 2026
@greptile-apps
Copy link

greptile-apps bot commented Feb 27, 2026

Greptile Summary

Updated GitHub Actions CI configuration to use macos-14 runner instead of deprecated macOS-13 configuration. This is a necessary maintenance change as GitHub no longer supports the macos-13-us-default runner configuration.

  • Changed matrix OS from macOS-13 to macos-14 in build workflow
  • Note: macos-14 uses Apple Silicon (ARM64) architecture, verify build artifacts work correctly on ARM architecture

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • Simple, necessary CI configuration update to address runner deprecation. The change is correct and follows GitHub Actions naming conventions. While macos-14 uses ARM64 architecture which differs from previous Intel runners, this is the required upgrade path and the build process should handle it transparently.
  • No files require special attention

Important Files Changed

Filename Overview
.github/workflows/build.yml Updated macOS runner from deprecated macOS-13 to current macos-14 standard

Last reviewed commit: e5e654a

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@ErikBjare ErikBjare merged commit 1cde7bf into ActivityWatch:master Feb 27, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants